Dynomotion

Group: DynoMotion Message: 14937 From: Sam Marrocco Date: 7/17/2017
Subject: KM_Axis.Jog() velocity
I'd like to use KM_Axis.Jog(double) to move an axis at a rate using
Inches per minute. What unit does the velocity argument use, or is there
a method to translate between it an IPM using existing settings?
Group: DynoMotion Message: 14938 From: TKSOFT Date: 7/17/2017
Subject: Re: KM_Axis.Jog() velocity
Hi Sam,

The default units for Jogging are in counts/second.

There is a "CPU" (counts per unit) property that can be set as a
multiplier to change to whatever units you want.

Regards
TK



On 2017-07-17 10:35, Sam Marrocco sam.marrocco@... [DynoMotion]
wrote:
> I'd like to use KM_Axis.Jog(double) to move an axis at a rate using
> Inches per minute. What unit does the velocity argument use, or is
> there
> a method to translate between it an IPM using existing settings?
>
Group: DynoMotion Message: 14939 From: Sam Marrocco Date: 7/17/2017
Subject: Re: KM_Axis.Jog() velocity



On 7/17/2017 1:49 PM, tk@... [DynoMotion] wrote:
 

Hi Sam,

The default units for Jogging are in counts/second.

There is a "CPU" (counts per unit) property that can be set as a
multiplier to change to whatever units you want.



Thank you Tom, I'll try that.